In this project, you are creating an ASP.NET application in Visual C# and then calling a Managed C++ based class library component from it.

This Zip file contains two more zip files and this text file. The other files are explained below:

ConsumeCppLib.zip - extract this fileinto c:\inetpub\wwwroot
and also create a virtual directory by that name. This zip file contains the folder for the ASP.NET application.

McppClassLib.zip - unzip this file anywhere you like and open the
solution file within it. This project is for the Managed C++ Class library.

